home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / 1-4a Rename / rename.exe / 0 / RCDATA / TFORMRESTRICTIONS / TFORMRESTRICTIONS.txt
Text File  |  2002-11-19  |  7KB  |  356 lines

  1. object FormRestrictions: TFormRestrictions
  2.   Left = 344
  3.   Top = 204
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set naming restrictions'
  7.   ClientHeight = 384
  8.   ClientWidth = 496
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnActivate = InitStart
  18.   OnClose = Closeme
  19.   OnResize = SetSizes
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 11
  24.     Top = 42
  25.     Width = 107
  26.     Height = 13
  27.     Caption = 'Minimum NAME length'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 11
  31.     Top = 98
  32.     Width = 138
  33.     Height = 13
  34.     Caption = 'Minimum EXTENSION length'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 11
  38.     Top = 154
  39.     Width = 133
  40.     Height = 13
  41.     Caption = 'Minimum FULLNAME length'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 171
  45.     Top = 42
  46.     Width = 110
  47.     Height = 13
  48.     Caption = 'Maximum NAME length'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 171
  52.     Top = 98
  53.     Width = 141
  54.     Height = 13
  55.     Caption = 'Maximum EXTENSION length'
  56.   end
  57.   object Label6: TLabel
  58.     Left = 171
  59.     Top = 154
  60.     Width = 136
  61.     Height = 13
  62.     Caption = 'Maximum FULLNAME length'
  63.   end
  64.   object Bevel1: TBevel
  65.     Left = 3
  66.     Top = 34
  67.     Width = 153
  68.     Height = 169
  69.   end
  70.   object Label7: TLabel
  71.     Left = 11
  72.     Top = 226
  73.     Width = 124
  74.     Height = 13
  75.     Caption = 'Name-Extension separator'
  76.   end
  77.   object Bevel2: TBevel
  78.     Left = 3
  79.     Top = 210
  80.     Width = 241
  81.     Height = 121
  82.   end
  83.   object Bevel3: TBevel
  84.     Left = 251
  85.     Top = 210
  86.     Width = 241
  87.     Height = 121
  88.   end
  89.   object Bevel4: TBevel
  90.     Left = 163
  91.     Top = 34
  92.     Width = 161
  93.     Height = 169
  94.   end
  95.   object Bevel5: TBevel
  96.     Left = 331
  97.     Top = 34
  98.     Width = 113
  99.     Height = 169
  100.     Visible = False
  101.   end
  102.   object Label10: TLabel
  103.     Left = 339
  104.     Top = 42
  105.     Width = 100
  106.     Height = 13
  107.     Caption = 'Maximum path length'
  108.     Visible = False
  109.   end
  110.   object Label11: TLabel
  111.     Left = 169
  112.     Top = 9
  113.     Width = 255
  114.     Height = 13
  115.     Caption = 'The START button will be disabled with these settings'
  116.   end
  117.   object Label8: TLabel
  118.     Left = 8
  119.     Top = 360
  120.     Width = 27
  121.     Height = 13
  122.     Caption = 'VFAT'
  123.   end
  124.   object ComboCharsAllowed: TComboBox
  125.     Left = 2
  126.     Top = 6
  127.     Width = 164
  128.     Height = 21
  129.     Hint = 
  130.       'Check for compliance with this file systems. Filename which are ' +
  131.       'illegal in this system will be marked by "0"'
  132.     Style = csDropDownList
  133.     ItemHeight = 13
  134.     Items.Strings = (
  135.       'NTFS/VFAT chars allowed'
  136.       'DOS chars allowed'
  137.       'ISO 9660 chars allowed'
  138.       'Macintosh (just to test)'
  139.       'Unix (just to test)')
  140.     ParentShowHint = False
  141.     ShowHint = True
  142.     TabOrder = 0
  143.     OnChange = snr
  144.   end
  145.   object CheckBox1: TCheckBox
  146.     Left = 11
  147.     Top = 258
  148.     Width = 145
  149.     Height = 17
  150.     Caption = 'Two separators allowed'
  151.     TabOrder = 1
  152.     OnClick = SetNameRestrictions
  153.   end
  154.   object SpinEdit1: TSpinEdit
  155.     Left = 10
  156.     Top = 62
  157.     Width = 65
  158.     Height = 22
  159.     MaxValue = 0
  160.     MinValue = 0
  161.     TabOrder = 2
  162.     Value = 0
  163.     OnChange = SetNameRestrictions
  164.   end
  165.   object SpinEdit2: TSpinEdit
  166.     Left = 11
  167.     Top = 114
  168.     Width = 65
  169.     Height = 22
  170.     MaxValue = 0
  171.     MinValue = 0
  172.     TabOrder = 3
  173.     Value = 0
  174.     OnChange = SetNameRestrictions
  175.   end
  176.   object SpinEdit3: TSpinEdit
  177.     Left = 11
  178.     Top = 170
  179.     Width = 57
  180.     Height = 22
  181.     MaxValue = 0
  182.     MinValue = 0
  183.     TabOrder = 4
  184.     Value = 0
  185.     OnChange = SetNameRestrictions
  186.   end
  187.   object SpinEdit4: TSpinEdit
  188.     Left = 171
  189.     Top = 58
  190.     Width = 57
  191.     Height = 22
  192.     MaxValue = 0
  193.     MinValue = 0
  194.     TabOrder = 5
  195.     Value = 0
  196.     OnChange = SetNameRestrictions
  197.   end
  198.   object SpinEdit5: TSpinEdit
  199.     Left = 171
  200.     Top = 114
  201.     Width = 57
  202.     Height = 22
  203.     MaxValue = 0
  204.     MinValue = 0
  205.     TabOrder = 6
  206.     Value = 0
  207.     OnChange = SetNameRestrictions
  208.   end
  209.   object SpinEdit6: TSpinEdit
  210.     Left = 171
  211.     Top = 170
  212.     Width = 57
  213.     Height = 22
  214.     MaxValue = 0
  215.     MinValue = 0
  216.     TabOrder = 7
  217.     Value = 0
  218.     OnChange = SetNameRestrictions
  219.   end
  220.   object Edit1: TEdit
  221.     Left = 139
  222.     Top = 218
  223.     Width = 57
  224.     Height = 21
  225.     TabOrder = 8
  226.     Text = '.'
  227.     OnChange = SetNameRestrictions
  228.   end
  229.   object CheckBox2: TCheckBox
  230.     Left = 11
  231.     Top = 290
  232.     Width = 169
  233.     Height = 17
  234.     Caption = 'Must have at least 1 separator'
  235.     TabOrder = 9
  236.     OnClick = SetNameRestrictions
  237.   end
  238.   object CheckBox3: TCheckBox
  239.     Left = 11
  240.     Top = 274
  241.     Width = 222
  242.     Height = 17
  243.     Caption = 'Separator can be the first char in the name'
  244.     TabOrder = 10
  245.     OnClick = SetNameRestrictions
  246.   end
  247.   object CheckBox4: TCheckBox
  248.     Left = 11
  249.     Top = 242
  250.     Width = 169
  251.     Height = 17
  252.     Caption = 'Separator can be the last char'
  253.     TabOrder = 11
  254.     OnClick = SetNameRestrictions
  255.   end
  256.   object Edit2: TEdit
  257.     Left = 259
  258.     Top = 298
  259.     Width = 105
  260.     Height = 21
  261.     Hint = 'Only these chars are allowed'
  262.     ParentShowHint = False
  263.     ShowHint = True
  264.     TabOrder = 12
  265.     Text = 'Edit2'
  266.     OnChange = SetNameRestrictions
  267.   end
  268.   object Edit3: TEdit
  269.     Left = 259
  270.     Top = 242
  271.     Width = 105
  272.     Height = 21
  273.     Hint = 'These chras are not allowed in the filename'
  274.     ParentShowHint = False
  275.     ShowHint = True
  276.     TabOrder = 13
  277.     Text = 'Edit3'
  278.     OnChange = SetNameRestrictions
  279.   end
  280.   object Button1: TButton
  281.     Left = 211
  282.     Top = 354
  283.     Width = 75
  284.     Height = 25
  285.     Caption = 'OK'
  286.     TabOrder = 14
  287.     OnClick = ReturnToMain
  288.   end
  289.   object CheckBox5: TCheckBox
  290.     Left = 11
  291.     Top = 306
  292.     Width = 177
  293.     Height = 17
  294.     Caption = 'Directories can have extensions'
  295.     TabOrder = 15
  296.     Visible = False
  297.     OnClick = SetNameRestrictions
  298.   end
  299.   object SpinEdit7: TSpinEdit
  300.     Left = 339
  301.     Top = 58
  302.     Width = 57
  303.     Height = 22
  304.     MaxValue = 0
  305.     MinValue = 0
  306.     TabOrder = 16
  307.     Value = 0
  308.     Visible = False
  309.     OnChange = SetNameRestrictions
  310.   end
  311.   object Edit4: TEdit
  312.     Left = 371
  313.     Top = 242
  314.     Width = 113
  315.     Height = 21
  316.     Hint = 'These chars below #32 are not allowed'
  317.     ParentShowHint = False
  318.     ShowHint = True
  319.     TabOrder = 17
  320.     Text = 'Edit4'
  321.     OnChange = SetNameRestrictions
  322.   end
  323.   object Edit5: TEdit
  324.     Left = 371
  325.     Top = 298
  326.     Width = 113
  327.     Height = 21
  328.     Hint = 'Only these chars above #32 are allowed'
  329.     ParentShowHint = False
  330.     ShowHint = True
  331.     TabOrder = 18
  332.     Text = 'Edit5'
  333.     OnChange = SetNameRestrictions
  334.   end
  335.   object RadioButton1: TRadioButton
  336.     Left = 259
  337.     Top = 218
  338.     Width = 217
  339.     Height = 17
  340.     Caption = 'Don'#39't allow these chars (case sensitive)'
  341.     Checked = True
  342.     TabOrder = 19
  343.     TabStop = True
  344.     OnClick = SetChecks
  345.   end
  346.   object RadioButton2: TRadioButton
  347.     Left = 259
  348.     Top = 274
  349.     Width = 217
  350.     Height = 17
  351.     Caption = 'Allow only these chars (case sensitive)'
  352.     TabOrder = 20
  353.     OnClick = SetChecks
  354.   end
  355. end
  356.